home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / nghelp.zip / NGHELP.DOC < prev    next >
Text File  |  1994-02-27  |  5KB  |  123 lines

  1. First of all the legal stuff
  2.  
  3. NGHELP.EXE and the documentation you are reading now are 
  4. Copyright (C) 1990-1994 by Yvo Nelemans.
  5.  
  6. The author shall not be held liable for any direct or indirect damage resulting
  7. from or seeming to result from use of this program(NGHELP.EXE).
  8.  
  9. Please note the following things :
  10.  
  11. - English is not my native language.
  12.  
  13. - if you like this program please send a postcard to the address
  14.   mentiont at the end of the documentation.
  15.  
  16. - Borland Pascal 7.0 is a trademark of Borland Int.
  17.  
  18. - The Norton Guides is a trademark of Peter Norton Computing inc.
  19.  
  20. -------------------------------------------------------------------------------
  21.  
  22. Using NGHELP (Norton Guide Help) is very simple.
  23. At the dos prompt type: NGHELP
  24. (see history below for command options)
  25. Now it will remain in memory until you choice to UnInstall it.
  26. To activate NGHELP press LeftShift+F1. If a file named 'NGHELP.INI' is in the 
  27. directory where NGCL.EXE resides (only for Dos 3.0 and higher otherwhise NGHELP
  28. searches the PATH for this file) , then NGHELP popups with the NG file when you 
  29. last saved NGHELP.INI.
  30.  
  31. When no NG file is active you can go to the menu wich is called Options. 
  32. Press return when the Database is highlighted. NGHELP looks in the current 
  33. directory if NGHELP.INI is not available otherwhise in the directory which is 
  34. saved in NGHELP.INI for the NG files. When NG files are available it popups
  35. with a menu. Press return, NGHELP will now load the information containing 
  36. the choisen NG file.
  37.  
  38. Keys who are used :
  39. LeftShift-F1  Activate NGHELP
  40. Esc           Quit/Go down one level
  41. Return        Activate Somthing
  42. PageDown/PageUp,Cursor Down/Up/Left/Right move when apropiate through the text
  43. F9            Larg/Small window
  44.  
  45.  
  46. -------------------------------------------------------------------------------
  47. About the source code:
  48. The source for the norton guide clone is complete except for the following
  49. units:
  50. YNSYSTEM
  51. YNCRT
  52. YNDOS
  53. STRINT
  54. SWAPOPUP
  55. SWAPVARS
  56.  
  57. I can't release these units because of some copyright resonse.
  58. SWAPOPUP and SWAPVARS are units which implement the TSR swapping part. It's
  59. completly written by me a few years back. The TPU version can only write the
  60. HEAP to XMS,EMS or file.
  61. NGHELP.EXE is linked with the complete version and leaves only a 4 kb part
  62. in memory.
  63.  
  64. -------------------------------------------------------------------------------
  65. History
  66. 3.01  Small bug in initalisation code for color detecting fixed.
  67. 3.00  Rewrote almost everything. SWAPOPUP now also suports XMS and EMS.
  68.       Renamed NGCL to NGHELP. Color support in the NG files is now fully 
  69.       supported.
  70. 2.00ß Error in TSR code. Forgot to save AX and BX resulting in some
  71.       stranges errors.
  72. 2.00α First version where file swapping was implemented (Used self 
  73.       written Swappable TSR code)
  74.       there are 3 swapping methods
  75.       /1  allmost everything will be swapped out to disk.(about 5k remains TSR)
  76.       /2  only the HEAP will be swapped to disk (50000 bytes approximely)
  77.       /3  Don't swap to disk keep everything in memory
  78.       /d  directory where swapfiles will be saved
  79. 1.20
  80. Made 'database in Option menu' automatic.
  81. Put code in to support the following previously not working functions
  82.  -Full Screen
  83.  -Auto lookup
  84.  -Save options (writes file 'NGCL.INI')
  85. When NGCL is started it reads a file called 'NGCL.INI' (if available). 
  86. NGCL is sometimes faster when reading a NG file.
  87. 1.05 (Not made public)
  88. Renamed NGC to NGCL. (found out NGC is the name of compiler to make NG files)
  89. NGCL now uses less memory than before.
  90. Fixed some bugs discovered using CXL51.NG. 
  91. 1.02 
  92. Fixed another bug. Should now work on a Monochroom screen also.
  93. 1.01
  94. Changed Color for Monochroom screens and fixed a small bug
  95. 1.00
  96. I first wrote this program ussing NG.TPU (by Pepijn Smiths) when I had NGC
  97. almost ready I found out that NG.TPU had a number of bugs, because of this
  98. I wrote this interface myself. If somebody is interrested in the source 
  99. (Only NG interface!) contact me at one of the adresses below(It's written 
  100. in Turbo Pascal 5.5).
  101.  
  102. if Somebody discovers a bug please send me an e-mail to:
  103. NELEMANS@CT.UTWENTE.NL
  104.  
  105.  
  106. if you like this program please send me a postcard to the following adress
  107.  
  108.             +-----------------------------------------------------------+
  109.             |  Hello, .....               |                      Stamp  |
  110.             |  .......................... |                      Stamp  |
  111.             |  .......................... |                      Stamp  |
  112.             |  ...... Your Message....... |  To                         |
  113.             |  .......................... |    Yvo Nelemans             |
  114.             |  .......................... |    Orion 14                 |
  115.             |  .......................... |    4907 GC, Oosterhout      |
  116.             |  .......................... |    Holland                  |
  117.             |  .......................... |                             |
  118.             |  ...                        |                             |
  119.             |                             |                             |
  120.             +-----------------------------------------------------------+
  121.  
  122. I leave the front side to your own imagination.
  123.